home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Computing: Gaming Megapac
/
Gaming Megapac (PC Computing)(Ziff-Davis)(D56A)(1997).ISO
/
office97
/
pub.dir
/
00005_Script_Drop Loop
< prev
next >
Wrap
Text File
|
1997-02-28
|
630b
|
34 lines
on exitFrame
CheckRainbowNav
-- CheckDropChips 6
-- if soundBusy(2) then
-- go to the frame
-- else
-- go to "1"
-- end if
if rollover(32) then
puppetsprite 34, true
set the visible of sprite 34 to true
updatestage
else
puppetsprite 34, false
set the visible of sprite 34 to false
updatestage
end if
if rollover(33) then
puppetsprite 35, true
set the visible of sprite 35 to true
updatestage
else
puppetsprite 35, false
set the visible of sprite 35 to false
updatestage
end if
go to the frame
end